.nav-tabs {
    /* border-bottom: 1px solid #779ec5; */
    justify-content: start;
    cursor: pointer;
    /* margin-right: 10px; */
}

.nav-header {
    margin-left: 10px;
}

/* .nav-tabs .nav-item .disabled {
    cursor: not-allowed;
} */

.nav-tabs .nav-link, .snapshot-filter-btn, .geo-type-btn, .geo-area-btn, .geo-ird-area-btn {
    /* padding-left: .2rem;
    padding-right: .2rem; */
    color: #2b5baa;
    font-size: 0.7rem;
    background-color: #ddd;
    border-top-style: solid;
    border-top-color: #bbb;
    border-right-style: solid;
    border-right-color: #bbb;
    border-left-style: solid;
    border-left-color: #bbb;
    line-height: 1rem;
    font-weight: 600;

    /* border-bottom: 1px solid #779ec5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(119, 158, 197); */

    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /* margin-right: 2px; */
}

.nav-tabs .nav-link:hover {
    background-color: #eee;
    border-top-style: solid;
    border-top-color: #bbb;
    border-right-style: solid;
    border-right-color: #bbb;
    border-left-style: solid;
    border-left-color: #bbb;
}

.nav-tabs .nav-link.active, .snapshot-filter-btn.active, .geo-type-btn.active, .geo-area-btn.active, .geo-ird-area-btn.active {
    background-color: #fff;
    border-color: #779ec5 #779ec5 #fff;
    color: #2b5baa;
    font-weight: 900;
}

.nav-tabs .nav-link{
    height: auto;
    padding: .5rem .7rem;
}

